[INFO] cloning repository https://github.com/tjweldon/meal-plan
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tjweldon/meal-plan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftjweldon%2Fmeal-plan", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftjweldon%2Fmeal-plan'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1d27eede754d97e411c909e71f77467f6b62bada
[INFO] fixing tjweldon/meal-plan against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftjweldon%2Fmeal-plan" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tjweldon/meal-plan
[INFO] finished tweaking git repo https://github.com/tjweldon/meal-plan
[INFO] tweaked toml for git repo https://github.com/tjweldon/meal-plan written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tjweldon/meal-plan on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tjweldon/meal-plan already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a520e4c808607fd53199d8aad32f1a85ccc447ad4f20e5919ae3a68062e37b3a
[INFO] running `Command { std: "docker" "start" "a520e4c808607fd53199d8aad32f1a85ccc447ad4f20e5919ae3a68062e37b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a520e4c808607fd53199d8aad32f1a85ccc447ad4f20e5919ae3a68062e37b3a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a520e4c808607fd53199d8aad32f1a85ccc447ad4f20e5919ae3a68062e37b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a520e4c808607fd53199d8aad32f1a85ccc447ad4f20e5919ae3a68062e37b3a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking meal-plan v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: visibility `pub` is not followed by an item
[INFO] [stdout]   --> src/recipe.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub
[INFO] [stdout]    |     ^^^ the visibility
[INFO] [stdout]    |
[INFO] [stdout]    = help: you likely meant to define an item, e.g., `pub fn foo() {}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]   --> src/recipe.rs:72:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | impl Ingredient {
[INFO] [stdout]    |                 - item list starts here
[INFO] [stdout] ...
[INFO] [stdout] 72 | }
[INFO] [stdout]    | ^
[INFO] [stdout]    | |
[INFO] [stdout]    | non-item starts here
[INFO] [stdout]    | item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: visibility `pub` is not followed by an item
[INFO] [stdout]   --> src/recipe.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub
[INFO] [stdout]    |     ^^^ the visibility
[INFO] [stdout]    |
[INFO] [stdout]    = help: you likely meant to define an item, e.g., `pub fn foo() {}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]   --> src/recipe.rs:72:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | impl Ingredient {
[INFO] [stdout]    |                 - item list starts here
[INFO] [stdout] ...
[INFO] [stdout] 72 | }
[INFO] [stdout]    | ^
[INFO] [stdout]    | |
[INFO] [stdout]    | non-item starts here
[INFO] [stdout]    | item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Unit` is ambiguous
[INFO] [stdout]   --> src/recipe.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |         use Unit::*;
[INFO] [stdout]    |             ^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `Unit` could refer to the variant imported here
[INFO] [stdout]   --> src/recipe.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |         use Unit::*;
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Unit` to disambiguate
[INFO] [stdout] note: `Unit` could also refer to the enum defined here
[INFO] [stdout]   --> src/recipe.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / pub enum Unit {
[INFO] [stdout]  2 | |     Gram,
[INFO] [stdout]  3 | |     Kilogram,
[INFO] [stdout]  4 | |     Pound,
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |     Custom(String),
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = help: use `self::Unit` to refer to this enum unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Unit` is ambiguous
[INFO] [stdout]   --> src/recipe.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |         use Unit::*;
[INFO] [stdout]    |             ^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `Unit` could refer to the variant imported here
[INFO] [stdout]   --> src/recipe.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |         use Unit::*;
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Unit` to disambiguate
[INFO] [stdout] note: `Unit` could also refer to the enum defined here
[INFO] [stdout]   --> src/recipe.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / pub enum Unit {
[INFO] [stdout]  2 | |     Gram,
[INFO] [stdout]  3 | |     Kilogram,
[INFO] [stdout]  4 | |     Pound,
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |     Custom(String),
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = help: use `self::Unit` to refer to this enum unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Unit` is ambiguous
[INFO] [stdout]   --> src/recipe.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         use Unit::*;
[INFO] [stdout]    |             ^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `Unit` could refer to the variant imported here
[INFO] [stdout]   --> src/recipe.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         use Unit::*;
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Unit` to disambiguate
[INFO] [stdout] note: `Unit` could also refer to the enum defined here
[INFO] [stdout]   --> src/recipe.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / pub enum Unit {
[INFO] [stdout]  2 | |     Gram,
[INFO] [stdout]  3 | |     Kilogram,
[INFO] [stdout]  4 | |     Pound,
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |     Custom(String),
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = help: use `self::Unit` to refer to this enum unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Unit` is ambiguous
[INFO] [stdout]   --> src/recipe.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         use Unit::*;
[INFO] [stdout]    |             ^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `Unit` could refer to the variant imported here
[INFO] [stdout]   --> src/recipe.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         use Unit::*;
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Unit` to disambiguate
[INFO] [stdout] note: `Unit` could also refer to the enum defined here
[INFO] [stdout]   --> src/recipe.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / pub enum Unit {
[INFO] [stdout]  2 | |     Gram,
[INFO] [stdout]  3 | |     Kilogram,
[INFO] [stdout]  4 | |     Pound,
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |     Custom(String),
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = help: use `self::Unit` to refer to this enum unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `recipe::Unit::Pint`, `recipe::Unit::Quart`, `recipe::Unit::Cup` and 2 more not covered
[INFO] [stdout]   --> src/recipe.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |         match self {
[INFO] [stdout]    |               ^^^^ patterns `recipe::Unit::Pint`, `recipe::Unit::Quart`, `recipe::Unit::Cup` and 2 more not covered
[INFO] [stdout]    |
[INFO] [stdout] note: `recipe::Unit` defined here
[INFO] [stdout]   --> src/recipe.rs:1:10
[INFO] [stdout]    |
[INFO] [stdout]  1 | pub enum Unit {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  9 |     Pint,
[INFO] [stdout]    |     ---- not covered
[INFO] [stdout] 10 |     Quart,
[INFO] [stdout]    |     ----- not covered
[INFO] [stdout] 11 |     Cup,
[INFO] [stdout]    |     --- not covered
[INFO] [stdout] 12 |     Unit,
[INFO] [stdout]    |     ---- not covered
[INFO] [stdout] 13 |     Custom(String),
[INFO] [stdout]    |     ------ not covered
[INFO] [stdout]    = note: the matched value is of type `recipe::Unit`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern as shown, or multiple match arms
[INFO] [stdout]    |
[INFO] [stdout] 44 ~             Millilitre => quantity * 1.0,
[INFO] [stdout] 45 ~             _ => todo!(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0004, E0659.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `recipe::Unit::Pint`, `recipe::Unit::Quart`, `recipe::Unit::Cup` and 2 more not covered
[INFO] [stdout]   --> src/recipe.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |         match self {
[INFO] [stdout]    |               ^^^^ patterns `recipe::Unit::Pint`, `recipe::Unit::Quart`, `recipe::Unit::Cup` and 2 more not covered
[INFO] [stdout]    |
[INFO] [stdout] note: `recipe::Unit` defined here
[INFO] [stdout]   --> src/recipe.rs:1:10
[INFO] [stdout]    |
[INFO] [stdout]  1 | pub enum Unit {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  9 |     Pint,
[INFO] [stdout]    |     ---- not covered
[INFO] [stdout] 10 |     Quart,
[INFO] [stdout]    |     ----- not covered
[INFO] [stdout] 11 |     Cup,
[INFO] [stdout]    |     --- not covered
[INFO] [stdout] 12 |     Unit,
[INFO] [stdout]    |     ---- not covered
[INFO] [stdout] 13 |     Custom(String),
[INFO] [stdout]    |     ------ not covered
[INFO] [stdout]    = note: the matched value is of type `recipe::Unit`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern as shown, or multiple match arms
[INFO] [stdout]    |
[INFO] [stdout] 44 ~             Millilitre => quantity * 1.0,
[INFO] [stdout] 45 ~             _ => todo!(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `meal-plan` (bin "meal-plan") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0004, E0659.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `meal-plan` (bin "meal-plan" test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "a520e4c808607fd53199d8aad32f1a85ccc447ad4f20e5919ae3a68062e37b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a520e4c808607fd53199d8aad32f1a85ccc447ad4f20e5919ae3a68062e37b3a", kill_on_drop: false }`
[INFO] [stdout] a520e4c808607fd53199d8aad32f1a85ccc447ad4f20e5919ae3a68062e37b3a
